{% extends 'base_dashboard.html' %} {% block title %}Create unlock code — {{ site_settings.institute_name }}{% endblock %} {% block content %}
← Proctor queue

Create exam unlock code

{{ application.candidate.get_display_name }} · {{ program.title }}

Start a video call with the candidate, then generate a code and read it aloud (or paste in chat). They enter it on their portal to unlock the MCQ exam.
{% csrf_token %}
{{ form.meeting_url }}
{{ form.notes }}
{{ form.hours_valid }}
{% if active_sessions %}
Active unused codes
{% endif %}
{% endblock %}